projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c0d22
)
docs: Remove mention of client messages
author
Joachim Breitner
<mail@joachim-breitner.de>
Tue, 21 Jun 2011 08:55:28 +0000
(10:55 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:04 +0000
(16:08 -0400)
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index cc2d9c2edbb147a45d6fde1e79403c4ea09e6132..6700f673c576941cff520145dc37333df349b8c8 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-2408,9
+2408,6
@@
gdk_window_peek_children (GdkWindow *window)
* doing. Pass %NULL for @window to get all events for all windows,
* instead of events for a specific window.
*
- * See gdk_display_add_client_message_filter() if you are interested
- * in X ClientMessage events.
- *
* If you are interested in X GenericEvents, bear in mind that
* XGetEventData() has been already called on the event, and
* XFreeEventData() must not be called within @function.